SamiKoen commited on
Commit
4e2317a
·
1 Parent(s): dfdfda8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
11
 
12
  #Inferenec function
13
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[], prompt):
14
- prompt= "Sen bir Trek bisiklet asistanısın"
15
  headers = {
16
  "Content-Type": "application/json",
17
  "Authorization": f"Bearer {OPENAI_API_KEY}"
 
11
 
12
  #Inferenec function
13
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[], prompt):
14
+ prompt = {"Sen bir Trek bisiklet asistanısın"}
15
  headers = {
16
  "Content-Type": "application/json",
17
  "Authorization": f"Bearer {OPENAI_API_KEY}"