zjasper666 commited on
Commit
9d5df0a
·
verified ·
1 Parent(s): eb02d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from openai import OpenAI
4
 
5
  client = OpenAI(
6
  base_url="http://soggy-sage-goat-8000.1.cricket.hyperbolic.xyz:30000/v1/",
 
7
  )
8
 
9
  def predict(message, history):
 
4
 
5
  client = OpenAI(
6
  base_url="http://soggy-sage-goat-8000.1.cricket.hyperbolic.xyz:30000/v1/",
7
+ api_key=""
8
  )
9
 
10
  def predict(message, history):