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
There is a drop-down menu for Cody's suggestions mode. You can choose between the default autocomplete and the auto-edit mode, or you can turn off the suggestions completely.
31
36
32
37
The following example demonstrates how to add Fireworks as an allowed LLM provider:
33
38
@@ -40,7 +45,7 @@ The following example demonstrates how to add Fireworks as an allowed LLM provid
40
45
// Only allow "beta" and "stable" models.
41
46
// Not "experimental" or "deprecated".
42
47
"statusFilter": ["beta", "stable"],
43
-
48
+
44
49
// Allow any models provided by Anthropic, OpenAI, Google and Fireworks.
0 commit comments