codelion commited on
Commit
948e819
1 Parent(s): e6e8c31

Update main.py

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