You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -71,12 +71,15 @@ RUN go build -o myApp .
71
71
CMD ["./myApp"]
72
72
```
73
73
74
-
### GPT-4
74
+
### Model versions
75
75
76
-
Currently this tool defaults to `gpt-3.5-turbo`, if you have access to GPT-4 and want to use it you can set an evironment variable just like for the api key
0 commit comments