Conversation
Cleaned up the getting started as part of docathon - note we will need to do this again when we launch local editor.
saqadri
requested changes
Dec 18, 2023
Contributor
saqadri
left a comment
There was a problem hiding this comment.
Was the typescript code updates tested? Going to pull this branch and make some suggested updates directly
Contributor
Author
|
There shouldn't be changes to the typescript code - sg on making the suggested updates directly! |
rossdanlm
reviewed
Jan 11, 2024
|
|
||
| ## Coming Soon | ||
|
|
||
| - Local editor to iterate on your AIConfigs |
Contributor
There was a problem hiding this comment.
I thought we'd want to update README to include this?
rossdanlm
reviewed
Jan 11, 2024
| - Local editor to iterate on your AIConfigs | ||
| - Evaluation interfaces: allow AIConfig artifacts to be evaluated with user-defined eval functions | ||
| - OpenAI Assistants API support | ||
| - Multi-modal ModelParsers: GPT4-V support, Whisper, HuggingFace image generation |
Contributor
There was a problem hiding this comment.
We already have this! Here are some examples:
- text-to-speech: [AIC-py] add hf text 2 speech parser #793
- text-to-image (both hugging face and dall-e): [dall-e parser][1/n] Initial AIConfig Python parser for Dall-E 3 (non-streaming) #288, [hf parser] Add parser for text2Image #460
- image-to-text: [AIC-py] hf image2text parser #821,
- automatic speech recognition (audio-to-text): [extensions][py][hf] 2/n ASR model parser impl #780
rossdanlm
approved these changes
Jan 11, 2024
Contributor
rossdanlm
left a comment
There was a problem hiding this comment.
lgtm, just confused that we don't want to advertise our local editor more?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[docs] updated getting started
Cleaned up the getting started as part of docathon - note we will need to do this again when we launch local editor.