Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
MIT License
166.45k stars 44.06k forks source link

Hard coded `ai_settings.yaml` prevents `AI_SETTINGS_FILE` from working #4909

Closed Holger1968 closed 11 months ago

Holger1968 commented 1 year ago

⚠️ Search for existing issues first ⚠️

Which Operating System are you using?

Linux

Which version of Auto-GPT are you using?

Stable (branch)

Do you use OpenAI GPT-3 or GPT-4?

GPT-3.5

Which area covers your issue best?

Installation and setup

Describe your issue.

when setting AI_SETTINGS_FILE to a value that does not end with "ai_settings.yaml" , f.e. "ai_settings-container1.yaml" no progress is written.

I think this is due to this hard-coded filename in autogpt/config/ai_config.py SAVE_FILE = str(Path(os.getcwd()) / "ai_settings.yaml")

however, the file gets read correctly on startup

Upload Activity Log Content

-

Upload Error Log Content

-

github-actions[bot] commented 11 months ago

This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.

github-actions[bot] commented 11 months ago

This issue was closed automatically because it has been stale for 10 days with no activity.