Markndrei commited on
Commit
532c3be
·
1 Parent(s): 25f4535

Updated Documentation.

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -8,12 +8,10 @@ client = OpenAI(
8
  api_key=os.environ.get("NVIDIA_API_KEY")
9
  )
10
  st.markdown("## 🛠️ Response Specification Features")
11
- st.markdown("**The expanders below are parameters that you can adjust to customize the AI response.**")
12
- with st.expander("📌 **Model Selection**"):
13
- st.write("Choose the AI model to generate responses.")
14
-
15
  with st.expander("🎨 **Temperature (Creativity Control)**"):
16
  st.write("""
 
17
  - **0.0**: Always the same response (deterministic).
18
  - **0.1 - 0.3**: Mostly factual and repetitive.
19
  - **0.4 - 0.7**: Balanced between coherence and creativity.
 
8
  api_key=os.environ.get("NVIDIA_API_KEY")
9
  )
10
  st.markdown("## 🛠️ Response Specification Features")
11
+ st.markdown("**The expanders below are parameters that you can adjust to customize the AI response bihh.**")
 
 
 
12
  with st.expander("🎨 **Temperature (Creativity Control)**"):
13
  st.write("""
14
+ This parameter controls the **creativity** of the AI's responses:
15
  - **0.0**: Always the same response (deterministic).
16
  - **0.1 - 0.3**: Mostly factual and repetitive.
17
  - **0.4 - 0.7**: Balanced between coherence and creativity.