Skip to content

issues Search Results · repo:64bit/async-openai language:Rust

Filter by

134 results
 (89 ms)

134 results

in64bit/async-openai (press backspace or delete to remove)

It seems that with the launch of GPT4.5 they made a minor change to some return types: Error: Failed to retrieve assistant Caused by: failed to deserialize api response: unknown variant `default-2024-08-21`, ...
  • hiibolt
  • 2
  • Opened 
    2 days ago
  • #340

I am unable to use file api with this piece of code pub async fn upload_separate_batch_files( app_data: web::Data AppState , prompts: Vec (String, String) , ) - Result Vec String , String { ...
  • shivral
  • 1
  • Opened 
    6 days ago
  • #339

currently Deepseek R1 support reasoning_content field, support this feature can let user get the CoT
out of scope
  • Sherlock-Holo
  • 1
  • Opened 
    26 days ago
  • #331

I m trying to pass a function tool to a chat completion, but I want to add the strict : true additional param, but it looks like additional params isn t supported on the ChatCompletionFunctionsArgs builder? ...
  • Tameflame
  • Opened 
    26 days ago
  • #330

Hello, I wanted to bring up the idea of unpinning major dependencies. Upon comparing the latest releases, I noticed that version 0.27 is approximately 5 MB smaller than 0.26. This observation led me to ...
  • j-mendez
  • Opened 
    on Jan 29
  • #327

The OpenAIError type is implemented using the thiserror crate. It implements From reqwest::Error via the #[from] present in the Reqwest variant. https://github.com/64bit/async-openai/blob/c48e62e72b1c8bd9658af7e682c996ba5c93e083/async-openai/src/error.rs#L4-L28 ...
  • ozaner
  • Opened 
    on Jan 24
  • #324

json data { articles : { header : , content : , sections : [ { header : , ...
  • fucktx
  • Opened 
    on Jan 22
  • #323

https://github.com/deepseek-ai/DeepSeek-R1 The new DeepSeek R1 model is open source and is rivaling OpenAI s O1 model in terms of logic and capabilities. On DeepSeek s GitHub, they mentioned that they ...
out of scope
  • sloganking
  • 1
  • Opened 
    on Jan 21
  • #322

https://platform.openai.com/docs/guides/text-to-speech The OpenAI docs list support for nine voices, however, the enums in this library only support a subset of them. https://github.com/64bit/async-openai/blob/c48e62e72b1c8bd9658af7e682c996ba5c93e083/async-openai/src/types/audio.rs#L39-L47 ...
spec sync
  • sloganking
  • 2
  • Opened 
    on Jan 19
  • #321

If I understand the code correctly, the current mechanism used for dealing with rate limits relies on exponential backoff to try again until it succeeds or it runs out of time. This works for a small ...
enhancement
  • oyarsa
  • Opened 
    on Jan 15
  • #320
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub