Space-Face commited on
Commit
239d918
1 Parent(s): e4fd379

Update GPTSimple.py

Browse files
Files changed (1) hide show
  1. 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 = {