Files
gpt_academic/auto_functional.py
w_xiaolizu 859e3c0b9d update
2023-04-24 10:45:36 +08:00

15 lines
216 B
Python

#! .\venv\
# encoding: utf-8
# @Time : 2023/4/20
# @Author : Spike
# @Descr :
def chat_with_ai(txt_passon, llm_kwargs, plugin_kwargs, chatbot_with_cookie, history, system_prompt):
history = []
pass