Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit c656c14

Browse files
grossjoharjotgill
andauthored
readme fix for incorrect model config names (#182)
Co-authored-by: Harjot Gill <[email protected]>
1 parent 2bd1fb8 commit c656c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md renamed to README.mda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ To ignore a PR, add the following keyword in the PR description:
104104
### Models: `gpt-4` and `gpt-3.5-turbo`
105105

106106
At FluxNinja, we use `gpt-3.5-turbo` for lighter tasks such as summarizing the
107-
changes (`openai_model_light` in configuration) and `gpt-4` for more complex
108-
review and commenting tasks (`openai_model_heavy` in configuration).
107+
changes (`openai_light_model` in configuration) and `gpt-4` for more complex
108+
review and commenting tasks (`openai_heavy_model` in configuration).
109109

110110
Costs: `gpt-3.5-turbo` is dirt cheap. `gpt-4` is orders of magnitude more
111111
expensive, but the results are vastly superior. We are typically spending $50 a

0 commit comments

Comments
 (0)