mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +01:00
Use gpt-4 by default for the main thought process
Allow specifying the llm through dotenv Move more things into config
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
from typing import List, Optional
|
||||
import json
|
||||
import openai
|
||||
import dirtyjson
|
||||
from config import Config
|
||||
cfg = Config()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user