Update app.py
Browse files
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}"
|