bincoder commited on
Commit
f2c4373
·
verified ·
1 Parent(s): 4e5e9ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import openai
3
 
4
- client = OpenAI(
5
  base_url="http://localhost:11434/v1/",
6
  api_key="ollama" # Required but unused by Ollama
7
  )
 
1
  import gradio as gr
2
  import openai
3
 
4
+ client = openai(
5
  base_url="http://localhost:11434/v1/",
6
  api_key="ollama" # Required but unused by Ollama
7
  )