autogen-agi
autogen-agi copied to clipboard
AutoGen AGI: Advancing AI agents using AutoGen towards AGI capabilities. Explore cutting-edge enhancements in group chat dynamics, decision-making, and complex task proficiency. Join our journey in sh...
Allow to specify URL to use to run it with local LLMs like Ooga Booga.
fix the error ` json_response = json.loads(json_response) ^^^^^^^^^^^^^ UnboundLocalError: cannot access local variable 'json_response' where it is not associated with a value `
succussfully -> successfully
openai.RateLimitError: Error code: 429 - {'error': {'message': 'Rate limit reached for gpt-4-1106-preview in organization org-BLAHBLAHBLAH on tokens_usage_based per day: Limit 1500000, Used 1497556, Requested 20136. Please try again in 16m59.059s....
If the last call before a rate limit error or other error terminates execution was a call to the archive bot, the embeddings remain in the prompt when chat is...