adarshxs commited on
Commit
8a18b92
·
verified ·
1 Parent(s): 500c51d

[fix readme] Latex markdown not rendering properly

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ For example,
100
 
101
  ### Temperature
102
 
103
- In our web and application environments, the temperature parameter $T_{model}$ is set to 0.3. Because many users use the default temperature 1.0 in API call, we have implemented an API temperature $T_{api}$ mapping mechanism that adjusts the input API temperature value of 1.0 to the most suitable model temperature setting of 0.3.
104
 
105
  $$
106
  T_{model} = T_{api} \times 0.3 \quad (0 \leq T_{api} \leq 1)
 
100
 
101
  ### Temperature
102
 
103
+ In our web and application environments, the temperature parameter \\( T_{model} \\) is set to 0.3. Because many users use the default temperature 1.0 in API call, we have implemented an API temperature \\( T_{api} \\) mapping mechanism that adjusts the input API temperature value of 1.0 to the most suitable model temperature setting of 0.3.
104
 
105
  $$
106
  T_{model} = T_{api} \times 0.3 \quad (0 \leq T_{api} \leq 1)