profoz commited on
Commit
498b30f
·
verified ·
1 Parent(s): 6345584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def run_prompt_through_openai(system_prompt, user_prompt, model='gpt-3.5-turbo')
25
 
26
  # Set a title for the Streamlit app
27
  st.title("Single Input Example")
28
- st.write("This is an example of a single input field for a conversation with the AI.")
29
 
30
  # Create a text input field for the system prompt, with a default value
31
  system_prompt = "You are a Twitter bot that helps people with their tweets"
 
25
 
26
  # Set a title for the Streamlit app
27
  st.title("Single Input Example")
28
+ st.write("This is an example for Sinan Ozdemir's [ChatGPT and LLMs in 3 weeks course](https://www.oreilly.com/live-events/large-language-models-and-chatgpt-in-3-weeks/0636920090988/0636920095656/)")
29
 
30
  # Create a text input field for the system prompt, with a default value
31
  system_prompt = "You are a Twitter bot that helps people with their tweets"