MaziyarPanahi commited on
Commit
637af8c
·
unverified ·
1 Parent(s): 9e608cc

Add application file

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -8,6 +8,9 @@ MODEL = "gpt-4-0125-preview"
8
  API_URL = os.getenv("API_URL")
9
  API_KEY = os.getenv("API_KEY")
10
 
 
 
 
11
  url = f"{API_URL}/v1/chat/completions"
12
 
13
  # The headers for the HTTP request
 
8
  API_URL = os.getenv("API_URL")
9
  API_KEY = os.getenv("API_KEY")
10
 
11
+ print(f"API_URL: {API_URL}")
12
+ print(f"API_KEY: {API_KEY}")
13
+
14
  url = f"{API_URL}/v1/chat/completions"
15
 
16
  # The headers for the HTTP request