Skip to content

Commit

Permalink
chore: Update environment variable names for OpenAI Like integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerxZ committed Oct 23, 2024
1 parent 9f2db7b commit 05c0137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat/BaseChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ModelSelector = ({ model, setModel, modelList, providerList }) => {
Ollama
</option>
<option key="OpenAILike" value="OpenAILike">
Ollama
OpenAILike
</option>
</select>
<select
Expand Down

0 comments on commit 05c0137

Please sign in to comment.