bhulston commited on
Commit
e460cda
1 Parent(s): e016190

Update filter.py

Browse files
Files changed (1) hide show
  1. filter.py +0 -1
filter.py CHANGED
@@ -15,7 +15,6 @@ def filter_agent(query, key):
15
  """
16
 
17
  response = openai.ChatCompletion.create(
18
- openai.api_key = key,
19
  model="gpt-3.5-turbo",
20
  messages=[
21
  {"role": "system", "content": system_prompt},
 
15
  """
16
 
17
  response = openai.ChatCompletion.create(
 
18
  model="gpt-3.5-turbo",
19
  messages=[
20
  {"role": "system", "content": system_prompt},