Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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"
|