Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -37,7 +37,7 @@ vector_store = SupabaseVectorStore(supabase, embeddings, query_name='match_docum
|
|
37 |
memory = ConversationBufferMemory(memory_key="chat_history", input_key='question', output_key='answer', return_messages=True)
|
38 |
|
39 |
model = "CohereForAI/c4ai-command-r-plus" #mistralai/Mixtral-8x7B-Instruct-v0.1
|
40 |
-
temperature = 0.
|
41 |
max_tokens = 500
|
42 |
stats = str(get_usage(supabase))
|
43 |
|
|
|
37 |
memory = ConversationBufferMemory(memory_key="chat_history", input_key='question', output_key='answer', return_messages=True)
|
38 |
|
39 |
model = "CohereForAI/c4ai-command-r-plus" #mistralai/Mixtral-8x7B-Instruct-v0.1
|
40 |
+
temperature = 0.3
|
41 |
max_tokens = 500
|
42 |
stats = str(get_usage(supabase))
|
43 |
|