Update call_ai_function.py

Standardize importation of libraries to top.
pull/33/head
Andres Caicedo 2023-04-04 10:56:56 +02:00
parent 772d4beb21
commit 1b7b367ce9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from config import Config
from llm_utils import create_chat_completion
cfg = Config()
from llm_utils import create_chat_completion
# This is a magic function that can do anything with no-code. See
# https://github.com/Torantulino/AI-Functions for more info.