Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aopstudio committed Aug 12, 2024
1 parent f2f326b commit 76bed42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rag/llm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"NVIDIA": NvidiaEmbed,
"LM-Studio": LmStudioEmbed,
"OpenAI-API-Compatible": OpenAI_APIEmbed,
"cohere": CoHereEmbed
"cohere": CoHereEmbed,
"Upstage": UpstageEmbed
}


Expand Down Expand Up @@ -84,7 +85,8 @@
"LM-Studio": LmStudioChat,
"OpenAI-API-Compatible": OpenAI_APIChat,
"cohere": CoHereChat,
"LeptonAI": LeptonAIChat
"LeptonAI": LeptonAIChat,
"Upstage":UpstageChat,
}


Expand Down

0 comments on commit 76bed42

Please sign in to comment.