Severian commited on
Commit
6e72edd
1 Parent(s): acbbe5a

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
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_KEY
5
  import llamanet
6
 
7
  # Add this at the top of the file