Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / 64bit/async-openai issues and pull requests

#130 - Add speech endpoint

Pull Request - State: closed - Opened by m1guelpf over 1 year ago - 4 comments

#129 - APIs released on DevDay (WORK IN PROGRESS - PR for visibility )

Pull Request - State: closed - Opened by 64bit over 1 year ago

#128 - I get the following error when trying to use model gpt-4

Issue - State: closed - Opened by TheBuilderJR over 1 year ago - 3 comments

#127 - Updates from latest upstream spec

Pull Request - State: closed - Opened by 64bit over 1 year ago

#126 - Updates for Latest Spec

Pull Request - State: closed - Opened by 64bit over 1 year ago

#125 - Remove generics of `Client`, enabling dynamic dispatch

Pull Request - State: open - Opened by ifsheldon over 1 year ago - 16 comments

#123 - Expose `Config`

Pull Request - State: closed - Opened by Czechh over 1 year ago

#122 - add basic wasm support

Pull Request - State: closed - Opened by ifsheldon over 1 year ago - 9 comments

#121 - add a struct to transform EventSource stream into OpenAI response stream

Pull Request - State: closed - Opened by ifsheldon over 1 year ago - 2 comments

#120 - add feature gate for tokio

Pull Request - State: closed - Opened by ifsheldon over 1 year ago - 1 comment

#118 - Better ChatCompletionFunctionCall interface

Pull Request - State: closed - Opened by m1guelpf over 1 year ago - 2 comments

#117 - Derive Copy for enums

Pull Request - State: closed - Opened by m1guelpf over 1 year ago

#115 - ✨ feat(azure-openai): Add support for Cognitive Search datasource

Pull Request - State: open - Opened by Miuler over 1 year ago

#114 - Use `secrecy` for OpenAIConfig and AzureConfig

Pull Request - State: closed - Opened by ironman5366 over 1 year ago - 3 comments

#113 - security: Use `secrecy` crate to store API key

Issue - State: closed - Opened by 64bit over 1 year ago - 1 comment
Labels: enhancement, good first issue

#112 - do not print key in Debug

Pull Request - State: closed - Opened by Emilgardis over 1 year ago - 5 comments

#111 - chore: Add enum type for finish_reason

Pull Request - State: closed - Opened by retrage over 1 year ago - 1 comment

#110 - Support Azure Streaming

Pull Request - State: open - Opened by dougtallmadge over 1 year ago - 1 comment

#109 - Derive `Deserialize` trait for `CreateCompletionRequest`

Issue - State: closed - Opened by dr497 over 1 year ago - 2 comments
Labels: enhancement

#108 - add deserialization for OpenAIConfig and AzureConfig

Pull Request - State: closed - Opened by ifsheldon over 1 year ago - 1 comment

#107 - Add `Deserialize` to `OpenAIConfig` and `AzureConfig`

Issue - State: closed - Opened by ifsheldon over 1 year ago - 3 comments
Labels: enhancement

#106 - Enable polymorphism / dynamic dispatch for AzureConfig and OpenAIConfig

Issue - State: open - Opened by deipkumar over 1 year ago - 5 comments
Labels: enhancement

#105 - update cargo.toml for workspace

Pull Request - State: closed - Opened by 64bit over 1 year ago

#104 - fix: bug fixes

Pull Request - State: closed - Opened by 64bit over 1 year ago

#103 - invalid_request_error: 'content' is a required property

Issue - State: closed - Opened by schneiderfelipe over 1 year ago - 3 comments
Labels: bug

#102 - Wasm support

Issue - State: closed - Opened by Boscop over 1 year ago - 15 comments
Labels: enhancement

#101 - Make more types optional for openrouter

Pull Request - State: closed - Opened by lpi over 1 year ago

#100 - Retry form submissions on rate limit

Pull Request - State: closed - Opened by 64bit over 1 year ago - 2 comments

#98 - Made function call streamable

Pull Request - State: closed - Opened by buraktabn over 1 year ago - 3 comments

#97 - feat: Move most of the `Config` impl into the trait.

Pull Request - State: closed - Opened by lukesneeringer over 1 year ago - 3 comments

#96 - remove outdated comment from examples/chat-stream

Pull Request - State: closed - Opened by 64bit over 1 year ago

#95 - Made ApiError `r#type` optional to support Azure Error responses

Pull Request - State: closed - Opened by ChristopherJMiller over 1 year ago - 3 comments

#94 - Azure OpenAI Errors are unhandled

Issue - State: closed - Opened by xangelix over 1 year ago - 3 comments
Labels: bug

#93 - Update library to match OpenAI API release 2.0.0

Issue - State: closed - Opened by oslfmt over 1 year ago - 1 comment
Labels: enhancement

#92 - modify types for chat completion stream response

Pull Request - State: closed - Opened by oslfmt over 1 year ago - 10 comments

#91 - refactors

Pull Request - State: closed - Opened by 64bit over 1 year ago

#90 - add function-call-stream example

Pull Request - State: closed - Opened by oslfmt over 1 year ago - 2 comments

#89 - Link to openai-func-enums

Pull Request - State: closed - Opened by frankfralick over 1 year ago

#88 - Fix api base in url

Pull Request - State: closed - Opened by kirillkuzin over 1 year ago - 3 comments

#87 - Complimentary crate for async-openai: "openai-func-enums"

Issue - State: closed - Opened by frankfralick over 1 year ago - 6 comments
Labels: documentation

#86 - Make Form submission retryable when rate limited

Issue - State: closed - Opened by 64bit over 1 year ago
Labels: enhancement, help wanted

#85 - Add example for Function Call with streaming

Issue - State: closed - Opened by 64bit over 1 year ago - 3 comments
Labels: help wanted, good first issue

#84 - Adds fine-tune example

Pull Request - State: closed - Opened by Doordashcon over 1 year ago - 21 comments

#83 - Fix streaming function calls

Pull Request - State: closed - Opened by crat0z over 1 year ago - 2 comments

#82 - Add reqwest/native-tls-vendored feature

Pull Request - State: closed - Opened by mikeparisstuff over 1 year ago - 1 comment

#81 - Updates for function call

Pull Request - State: closed - Opened by 64bit over 1 year ago

#80 - fix: Make Config Clone

Pull Request - State: closed - Opened by jonaro00 over 1 year ago - 1 comment

#79 - Add function call request param

Pull Request - State: closed - Opened by DaviRain-Su over 1 year ago - 7 comments

#78 - insufficient_quota

Issue - State: closed - Opened by DaviRain-Su over 1 year ago

#77 - Add more fileds for Model

Pull Request - State: closed - Opened by DaviRain-Su over 1 year ago - 3 comments

#76 - Introduce Function Calling, ChatCompletion

Issue - State: closed - Opened by Doordashcon over 1 year ago - 2 comments
Labels: duplicate

#75 - Use official types for chat completion stream response from spec

Issue - State: closed - Opened by 64bit over 1 year ago - 9 comments
Labels: enhancement, good first issue

#74 - Azure OpenAI Service: Completions Stream ends in "Stream failed: stream ended"

Issue - State: closed - Opened by 64bit over 1 year ago
Labels: bug, help wanted

#73 - Updated schema to v1.3.0

Pull Request - State: closed - Opened by m1guelpf over 1 year ago - 5 comments

#72 - Add support for functions

Issue - State: closed - Opened by m1guelpf over 1 year ago
Labels: enhancement

#71 - Add completions-proxy example

Pull Request - State: closed - Opened by tot0 over 1 year ago - 4 comments

#70 - codex models deprecated: remove codex example

Pull Request - State: closed - Opened by 64bit over 1 year ago

#69 - Embedding Example

Issue - State: closed - Opened by Doordashcon over 1 year ago - 2 comments

#68 - codex example can't find the model

Issue - State: closed - Opened by rabarar almost 2 years ago - 1 comment

#67 - feat: Support for Microsoft azure endpoints

Pull Request - State: closed - Opened by 64bit almost 2 years ago - 15 comments

#66 - Implement Serialize for all response types

Pull Request - State: closed - Opened by djrodgerspryor almost 2 years ago

#65 - Feature Request: Implement Serilaize on response types

Issue - State: closed - Opened by djrodgerspryor almost 2 years ago - 3 comments

#64 - Derive PartialEq for all types; Log all deserialization errors

Pull Request - State: closed - Opened by 64bit almost 2 years ago

#63 - Implement PartialEq for Role

Pull Request - State: closed - Opened by schneiderfelipe almost 2 years ago - 3 comments

#62 - retain useful information when error occurs

Pull Request - State: closed - Opened by 64bit almost 2 years ago

#61 - Failed to deserialized

Issue - State: closed - Opened by federico123579 almost 2 years ago - 8 comments
Labels: bug

#60 - feat: Add rustls support

Pull Request - State: closed - Opened by Xuanwo almost 2 years ago - 3 comments

#59 - Can support for proxy services be increased?

Issue - State: closed - Opened by scwcd almost 2 years ago - 2 comments
Labels: duplicate

#58 - Re-use `reqwest::Client` and allow users to customize it

Pull Request - State: closed - Opened by TmLev almost 2 years ago - 2 comments

#57 - Added dotenv support for client creation

Pull Request - State: closed - Opened by FloppyDisck almost 2 years ago - 1 comment

#56 - Update chat stream example

Pull Request - State: closed - Opened by 64bit almost 2 years ago

#55 - Make API types clonable

Pull Request - State: closed - Opened by dmweis almost 2 years ago - 3 comments

#54 - Streaming response chunk size is incorrect

Issue - State: closed - Opened by varon almost 2 years ago - 2 comments

#53 - Allow CreateChatCompletionRequests to be deserialized

Pull Request - State: closed - Opened by JLWhitney97 almost 2 years ago - 3 comments

#52 - Fix: invalid_request_error: None is not of type 'string' - 'user'

Pull Request - State: closed - Opened by dmweis almost 2 years ago - 3 comments

#51 - Add missing fields

Pull Request - State: closed - Opened by 64bit almost 2 years ago

#50 - feat: Add max_tokens for chat completion requests

Pull Request - State: closed - Opened by zurawiki almost 2 years ago - 1 comment

#49 - max_tokens and user fields for CreateChatCompletionRequestArgs

Issue - State: closed - Opened by Morb0 almost 2 years ago - 4 comments

#48 - Allow customization of internal reqwest client

Pull Request - State: closed - Opened by jtaox almost 2 years ago - 3 comments

#47 - Allow customization of internal HTTP client

Issue - State: closed - Opened by jtaox almost 2 years ago - 10 comments
Labels: enhancement

#46 - ChatChoice finish_reason can be null

Pull Request - State: closed - Opened by ming08108 almost 2 years ago - 6 comments

#45 - Does it support context?

Issue - State: closed - Opened by kvzn almost 2 years ago - 2 comments
Labels: question

#44 - Updates for new openapi spec v1.2

Pull Request - State: closed - Opened by 64bit almost 2 years ago

#43 - Support for ChatGPT API

Pull Request - State: closed - Opened by m1guelpf almost 2 years ago - 2 comments

#42 - Add ChatGPT API

Issue - State: closed - Opened by m1guelpf almost 2 years ago

#41 - Remove incorrect id and model properties from CreateEditResponse

Issue - State: closed - Opened by 64bit almost 2 years ago
Labels: good first issue

#40 - The method of deleting fine-tuning model is not implemented

Issue - State: closed - Opened by rtmyway almost 2 years ago - 1 comment

#39 - Aggressive Cargo.toml dependencies cause problems

Issue - State: closed - Opened by luketpeterson almost 2 years ago - 3 comments

#38 - Upgrade dependencies and update doc links

Pull Request - State: closed - Opened by 64bit almost 2 years ago

#37 - Adding Send bound to boxed future types

Pull Request - State: closed - Opened by luketpeterson almost 2 years ago - 2 comments

#36 - Boxed Future types (e.g. CompletionResponseStream, etc.) aren't Send

Issue - State: closed - Opened by luketpeterson almost 2 years ago - 1 comment

#35 - feat: Create Client with Client::default(); use default parameters

Pull Request - State: closed - Opened by swnb almost 2 years ago - 3 comments

#34 - feat: Return paths of saved image files

Pull Request - State: closed - Opened by 64bit about 2 years ago

#33 - update readme

Pull Request - State: closed - Opened by 64bit about 2 years ago

#32 - Support Microsoft Azure Endpoints

Issue - State: closed - Opened by 64bit about 2 years ago - 5 comments
Labels: enhancement

#31 - Add Fine Tuning Example

Issue - State: closed - Opened by 64bit about 2 years ago - 2 comments
Labels: help wanted, good first issue

#30 - Add embeddings example

Pull Request - State: closed - Opened by 64bit about 2 years ago

#29 - feat: Ergonomics: builder pattern for API groups and request objects

Pull Request - State: closed - Opened by 64bit about 2 years ago