Zerxz commited on
Commit
05c0137
·
unverified ·
1 Parent(s): 9f2db7b

chore: Update environment variable names for OpenAI Like integration

Browse files
Files changed (1) hide show
  1. app/components/chat/BaseChat.tsx +1 -1
app/components/chat/BaseChat.tsx CHANGED
@@ -46,7 +46,7 @@ const ModelSelector = ({ model, setModel, modelList, providerList }) => {
46
  Ollama
47
  </option>
48
  <option key="OpenAILike" value="OpenAILike">
49
- Ollama
50
  </option>
51
  </select>
52
  <select
 
46
  Ollama
47
  </option>
48
  <option key="OpenAILike" value="OpenAILike">
49
+ OpenAILike
50
  </option>
51
  </select>
52
  <select