mirror of
https://github.com/PhialsBasement/Chain-of-Recursive-Thoughts.git
synced 2025-04-29 22:56:02 +03:00
Update recursive-thinking-ai.py
This commit is contained in:
@@ -8,7 +8,7 @@ import sys
|
||||
import time
|
||||
|
||||
class EnhancedRecursiveThinkingChat:
|
||||
def __init__(self, api_key: str = None, model: str = "anthropic/claude-3.7-sonnet:beta"):
|
||||
def __init__(self, api_key: str = None, model: str = "mistralai/mistral-small-3.1-24b-instruct:free"):
|
||||
"""Initialize with OpenRouter API."""
|
||||
self.api_key = api_key or os.getenv("OPENROUTER_API_KEY")
|
||||
self.model = model
|
||||
@@ -317,4 +317,4 @@ def main():
|
||||
print("Goodbye! 👋")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user