Spaces:
Paused
Paused
Update GPTSimple.py
Browse files- GPTSimple.py +0 -1
GPTSimple.py
CHANGED
|
@@ -13,7 +13,6 @@ def get_direct_output(history, model, api_key, stream = False, base_url="openai"
|
|
| 13 |
url = base_url
|
| 14 |
headers = {
|
| 15 |
"Content-Type": "application/json",
|
| 16 |
-
"Authorization": f"Bearer {api_key}"
|
| 17 |
}
|
| 18 |
|
| 19 |
data = {
|
|
|
|
| 13 |
url = base_url
|
| 14 |
headers = {
|
| 15 |
"Content-Type": "application/json",
|
|
|
|
| 16 |
}
|
| 17 |
|
| 18 |
data = {
|