SungBeom commited on
Commit
81d5f25
โ€ข
1 Parent(s): ebee804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -610,7 +610,7 @@ The form of Desired Outcome must be 'key1, key2, ...'. For example to get the na
610
  ),
611
  ]
612
 
613
- llm_chain = LLMChain(llm=ChatOpenAI(model='gpt-3.5-turbo', temperature=0.5, streaming=True), prompt=prompt, verbose=False,)
614
 
615
  tool_names = [tool.name for tool in tools]
616
  agent = LLMSingleActionAgent(
@@ -673,8 +673,8 @@ with gr.Blocks(css='#chatbot .overflow-y-auto{height:750px}') as demo:
673
  <div>
674
  <h1>ChatWine</h1>
675
  </div>
676
- <p style="margin-bottom: 10px; font-size: 94%">
677
- LinkedIn <a href="https://www.linkedin.com/company/audrey-ai/about/">Audrey.ai</a>
678
  </p>
679
  </div>""")
680
 
 
610
  ),
611
  ]
612
 
613
+ llm_chain = LLMChain(llm=ChatOpenAI(model='gpt-4', temperature=0.5, streaming=True), prompt=prompt, verbose=False,)
614
 
615
  tool_names = [tool.name for tool in tools]
616
  agent = LLMSingleActionAgent(
 
673
  <div>
674
  <h1>ChatWine</h1>
675
  </div>
676
+ <p style="margin-bottom: 10px; font-size: 200%">
677
+ ํ•ด๋‹น ์„œ๋น„์Šค์— ๋Œ€ํ•œ ์„ค๋ฌธ์„ ํ•ด์ฃผ์„ธ์š”. ์ถ”์ฒจ์„ ํ†ตํ•ด ์™€์ธ์„ ๋“œ๋ฆฝ๋‹ˆ๋‹ค. <a href="https://forms.gle/VxipmChYH4YENySr6">์„ค๋ฌธ์กฐ์‚ฌํ•˜๋Ÿฌ ๊ฐ€๊ธฐ</a>
678
  </p>
679
  </div>""")
680