Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ api_url = "https://api.dify.ai/v1/chat-messages"
|
|
9 |
conversation_id = ""
|
10 |
|
11 |
def chat_with_dify(message, history):
|
12 |
-
"""Etikos AI sorularınıza cevap vermek için buradayım."""
|
13 |
global conversation_id
|
14 |
|
15 |
# API isteği için payload
|
|
|
9 |
conversation_id = ""
|
10 |
|
11 |
def chat_with_dify(message, history):
|
12 |
+
"""Etikos AI olarak sorularınıza cevap vermek için buradayım."""
|
13 |
global conversation_id
|
14 |
|
15 |
# API isteği için payload
|