Browse Source

code review

Falko Schindler 1 năm trước cách đây
mục cha
commit
d20c3d9c7d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      examples/chat_with_ai/main.py

+ 0 - 1
examples/chat_with_ai/main.py

@@ -10,7 +10,6 @@ from nicegui import context, ui
 OPENAI_API_KEY = 'not-set'  # TODO: set your OpenAI API key here
 
 
-
 @ui.page('/')
 def main():
     llm = ConversationChain(llm=ChatOpenAI(model_name='gpt-3.5-turbo', openai_api_key=OPENAI_API_KEY))