mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 06:24:20 +01:00
Update call_ai_function.py
Standardize importation of libraries to top.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from config import Config
|
from config import Config
|
||||||
|
from llm_utils import create_chat_completion
|
||||||
cfg = Config()
|
cfg = Config()
|
||||||
|
|
||||||
from llm_utils import create_chat_completion
|
|
||||||
|
|
||||||
# This is a magic function that can do anything with no-code. See
|
# This is a magic function that can do anything with no-code. See
|
||||||
# https://github.com/Torantulino/AI-Functions for more info.
|
# https://github.com/Torantulino/AI-Functions for more info.
|
||||||
|
|||||||
Reference in New Issue
Block a user