Spaces:
Runtime error
Runtime error
Rename app3.py to app.py
Browse files- app3.py → app.py +0 -4
app3.py → app.py
RENAMED
@@ -2,12 +2,8 @@ import gradio as gr
|
|
2 |
import os
|
3 |
import json
|
4 |
import requests
|
5 |
-
from dotenv import load_dotenv
|
6 |
from thinking_routines import thinking_routine_prompt, thinking_routine_examples
|
7 |
|
8 |
-
load_dotenv()
|
9 |
-
|
10 |
-
|
11 |
#Streaming endpoint
|
12 |
API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
|
13 |
|
|
|
2 |
import os
|
3 |
import json
|
4 |
import requests
|
|
|
5 |
from thinking_routines import thinking_routine_prompt, thinking_routine_examples
|
6 |
|
|
|
|
|
|
|
7 |
#Streaming endpoint
|
8 |
API_URL = "https://api.openai.com/v1/chat/completions" #os.getenv("API_URL") + "/generate_stream"
|
9 |
|