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
+1-1
Original file line number
Diff line number
Diff line change
@@ -280,7 +280,7 @@ By default, Chat Copilot runs locally without authentication, using a guest user
280
280
281
281
2. **_Issue:_**: Challenges using text completion models, such as `text-davinci-003`
282
282
283
-
_Solution_: For OpenAI, see [model endpoint compatibility](https://platform.openai.com/docs/models/) for
283
+
_Solution_: For OpenAI, see [model endpoint compatibility](https://platform.openai.com/docs/models/model-endpoint-compatibility) for
284
284
the complete list of current models supporting chat completions. For Azure OpenAI, see [model summary table and region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability).
285
285
286
286
3. **_Issue:_** Localhost SSL certificate errors / CORS errors
@@ -228,7 +228,7 @@ public static IServiceCollection AddPersistentChatStore(this IServiceCollection
228
228
#pragma warning disable CA2000// Dispose objects before losing scope - objects are singletons for the duration of the process and disposed when the process exits.
0 commit comments