Update main.py
Browse files
main.py
CHANGED
@@ -31,7 +31,7 @@ embeddings = HuggingFaceInferenceAPIEmbeddings(
|
|
31 |
|
32 |
vector_store = SupabaseVectorStore(supabase, embeddings, query_name='match_documents', table_name="documents")
|
33 |
|
34 |
-
models = ["mistralai/Mixtral-8x7B-Instruct-v0.1", "CohereForAI/c4ai-command-r-plus"
|
35 |
|
36 |
if openai_api_key:
|
37 |
models += ["gpt-3.5-turbo", "gpt-4"]
|
|
|
31 |
|
32 |
vector_store = SupabaseVectorStore(supabase, embeddings, query_name='match_documents', table_name="documents")
|
33 |
|
34 |
+
models = ["meta-llama/Meta-Llama-3-70B-Instruct", "mistralai/Mixtral-8x7B-Instruct-v0.1", "CohereForAI/c4ai-command-r-plus"]
|
35 |
|
36 |
if openai_api_key:
|
37 |
models += ["gpt-3.5-turbo", "gpt-4"]
|