[fix readme] Latex markdown not rendering properly
Browse files
README.md
CHANGED
@@ -100,7 +100,7 @@ For example,
|
|
100 |
|
101 |
### Temperature
|
102 |
|
103 |
-
In our web and application environments, the temperature parameter
|
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)
|