Craig Presti

Results 69 comments of Craig Presti

Apologies for the slow reply here, step 12 is your issue `text-embedding-ada-002` is only supported as an embedding model, not completion. Try using `text-davinci-003` for completion (we are going to...

> (we are going to switch all samples over to use the chat completion models such as gpt-3.5-turbo soon) This has now happened, so please use something like gpt-3.5-turbo if...

Another simple option we can consider: ```csharp [JsonPropertyName("id")] [JsonNumberHandling(JsonNumberHandling.WriteAsString)] public string Id { get; } ``` https://learn.microsoft.com/en-us/dotnet/api/system.text.json.serialization.jsonnumberhandlingattribute

Closing as the PR has been merged. Please reopen if this issue persists!

The error message may be referring to the model names you have entered. Are you using OpenAI or Azure OpenAI models? To troubleshoot, please check your appsettings.json and double check...

@joisonwk were you able to get unblocked?

@tawalke any thoughts here?

Closing as we ended up fixing this over at #1025 - thank you for the PR in any case :)