bwilkie commited on
Commit
f2e7e96
·
verified ·
1 Parent(s): 7e0c4f0

Update multiagents.py

Browse files
Files changed (1) hide show
  1. multiagents.py +1 -1
multiagents.py CHANGED
@@ -83,7 +83,7 @@ except:
83
  temperature=0.1,
84
  max_tokens=4000,
85
  )
86
- output_test = MyAgent('What are the 3 laws of robotics')
87
  print('2', output_test)
88
 
89
 
 
83
  temperature=0.1,
84
  max_tokens=4000,
85
  )
86
+ output_test = My_Agent('What are the 3 laws of robotics')
87
  print('2', output_test)
88
 
89