Skip to content

Conversation

ifsheldon
Copy link
Contributor

@ifsheldon ifsheldon commented Apr 10, 2024

This syncs the updates from main to experiments branch.

Thanks to #154 , wasm support should be complete and mature enough to get merged into main branch.

Strange-Knoll and others added 30 commits November 24, 2023 19:46
* Update to Assistants example

* Update examples/assistants/src/main.rs

update api config for consistency and secutity

Co-authored-by: Himanshu Neema <[email protected]>

* added assistant creation

* exit, deconstruct assistant, improved readme

---------

Co-authored-by: Himanshu Neema <[email protected]>
* Link to openai-func-enums

* Link to openai-func-enums

* Update async-openai/README.md

---------

Co-authored-by: Himanshu Neema <[email protected]>
* Added ability to use in-memory files (Bytes, vec[u8])

* Removed unnecessary trait impls

* Polished example
* get latest spec

* update description

* add WASM

* WASM support on experiments branch
* changed to allow Send.

* add simple tests for sendable

* fix test name
* Document `impl_from!` macro

* Fix up `impl_from!` docs

* Documents `impl_default!` macro

* Document `impl_input!` macro

* Factor out types from `assistants` module in `types`

* Factor out `model`

* Factor out `audio`

* Factor out `image`

* Factor out `file`

* Factor out `fine_tune`

* Factor out `moderation`

* Factor out `edit`

* Factor out `fine_tuning`

* Factor out missed `DeleteModelResponse` into `model`

* Factor out `embedding`

* Factor out `chat`

* Factor out `completion` and eliminate `types`

* Satisfy clippy

---------

Co-authored-by: Sharif Haason <[email protected]>
* updates to doc comments and types

* deprecated

* update ChatCompletionFunctions to FunctionObject

* More type updates

* add logprobs field

* update from spec

* updated spec

* fixes suggested by cargo clippy
All fields (including model) are optional in OpenAI API.
* update contribution guidelines

* fix link

* update

* consistency

* Code of conduct
* updates from spec

* remove Edits

* remove Fine-Tunes (was deprecated)

* update spec

* cargo fix

* cargo fmt
* add support for base64 embeddings

* Base64Embedding is an implementation detail

* feat: separate Embeddings::create_base64 method

* chore: use newtype for hosting base64 decoding instead

* chore: remove unused error variant
Gabriel2409 and others added 13 commits March 18, 2024 14:41
Example matches quickstart from https://platform.openai.com/docs/guides/vision
It showcases struct derived from ChatCompletionRequestMessageContent
* Implement CreateTranscriptRequest::response_granularities

This PR adds support for `AudioResponseFormat::VerboseJson` and
`TimestampGranularity`, including updated example code. These were
defined as types before, but not fully implemented.

Implements 64bit#201.

* Modify transcription API to be more like spec

- Rename `CreateTranscriptionRespose` to `CreateTranscriptionResponseJson` (to match API spec)
- Add `CreateTranscriptionResponseVerboseJson` and `transcribe_verbose_json`
- Add `transcribe_raw` for SRT output
- Add `post_form_raw`
- Update example code
* upgrade reqwest

* update reqwest-eventsource
# Conflicts:
#	async-openai/Cargo.toml
#	async-openai/README.md
#	async-openai/src/client.rs
#	async-openai/src/embedding.rs
#	async-openai/src/types/assistant_impls.rs
#	async-openai/src/types/audio.rs
#	async-openai/src/types/chat.rs
#	async-openai/src/types/common.rs
#	async-openai/src/types/completion.rs
#	async-openai/src/types/embedding.rs
#	async-openai/src/types/file.rs
#	async-openai/src/types/image.rs
#	async-openai/src/types/impls.rs
#	async-openai/src/types/mod.rs
#	async-openai/src/util.rs
#	examples/assistants/src/main.rs
#	examples/in-memory-file/src/main.rs
#	openapi.yaml
@64bit
Copy link
Owner

64bit commented Apr 10, 2024

As always - thank you for keeping wasm branch latest!

@64bit 64bit merged commit 580ff11 into 64bit:experiments Apr 10, 2024
@ifsheldon ifsheldon deleted the sync0.20 branch April 14, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.