You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use general llm class to abstract specific model being used within game logic. The only thing we are interested within game are LLM outputs; thus, llm-specific code, should be refactored out.
use general llm class to abstract specific model being used within game logic. The only thing we are interested within game are LLM outputs; thus, llm-specific code, should be refactored out.