Severian commited on
Commit
48e31b6
1 Parent(s): 965d8cc

Update llm_handler.py

Browse files
Files changed (1) hide show
  1. llm_handler.py +1 -1
llm_handler.py CHANGED
@@ -1,7 +1,7 @@
1
  import requests
2
  import json
3
  from openai import OpenAI
4
- from params import OPENAI_MODEL, OPENAI_KEY
5
  import llamanet
6
 
7
  # Add this at the top of the file
 
1
  import requests
2
  import json
3
  from openai import OpenAI
4
+ from params import OPENAI_MODEL, OPENAI_API_KEY
5
  import llamanet
6
 
7
  # Add this at the top of the file