Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
openai.api_key = os.getenv("mykey2")
|
6 |
|
7 |
-
messages = [{"role": "system", "content": "You are
|
8 |
|
9 |
|
10 |
def CustomChatGPT(user_input):
|
|
|
4 |
|
5 |
openai.api_key = os.getenv("mykey2")
|
6 |
|
7 |
+
messages = [{"role": "system", "content": "You are Forex billionaire"}]
|
8 |
|
9 |
|
10 |
def CustomChatGPT(user_input):
|