antoine ross oropesa commited on
Commit
5e5394a
·
1 Parent(s): ea206de

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -2
agent.py CHANGED
@@ -3,7 +3,7 @@ This class contains code for setting up a conversation initialization
3
  with agents. It includes the use of Autogens Assistant agent for writing
4
  code and User Proxy agent for executing actions.
5
 
6
- Written by: Aaron Ward - October 2023
7
  """
8
  import os
9
  import time
@@ -83,7 +83,6 @@ class MultiAgent():
83
  "gpt-3.5-turbo-16k": "OPENAI_API_KEY",
84
  "gpt-3.5-turbo": "OPENAI_API_KEY",
85
  "gpt-4": "OPENAI_API_KEY",
86
- "vicuna": "HUGGING_FACE_API_KEY",
87
  },
88
  filter_dict={
89
  "model": {
 
3
  with agents. It includes the use of Autogens Assistant agent for writing
4
  code and User Proxy agent for executing actions.
5
 
6
+ Written by: Antoine Ross - October 2023
7
  """
8
  import os
9
  import time
 
83
  "gpt-3.5-turbo-16k": "OPENAI_API_KEY",
84
  "gpt-3.5-turbo": "OPENAI_API_KEY",
85
  "gpt-4": "OPENAI_API_KEY",
 
86
  },
87
  filter_dict={
88
  "model": {