test
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ character_name = "AI"
|
|
13 |
chat_history = []
|
14 |
|
15 |
def openai_chat(prompt):
|
16 |
-
print("buda prompt", prompt)
|
17 |
history.append({"role": "user", "content": prompt})
|
18 |
|
19 |
response = openai.ChatCompletion.create(
|
|
|
13 |
chat_history = []
|
14 |
|
15 |
def openai_chat(prompt):
|
16 |
+
print("buda prompt", prompt, " ", character_name)
|
17 |
history.append({"role": "user", "content": prompt})
|
18 |
|
19 |
response = openai.ChatCompletion.create(
|