subhrajit mohanty commited on
Commit
fc98c52
·
1 Parent(s): cfc1102

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -39,8 +39,7 @@ headers = {
39
 
40
  json_data = {
41
  'message': 'write a joke for me',
42
- "openAI_token": OPENAI_KEY,
43
- "model_name" : "gpt-3.5-turbo"
44
  }
45
 
46
  response = requests.post('https://subhraj07-chatapi.hf.space/chat', headers=headers, json=json_data)
 
39
 
40
  json_data = {
41
  'message': 'write a joke for me',
42
+ "openAI_token": OPENAI_KEY
 
43
  }
44
 
45
  response = requests.post('https://subhraj07-chatapi.hf.space/chat', headers=headers, json=json_data)