-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] updated getting started #516
Conversation
Cleaned up the getting started as part of docathon - note we will need to do this again when we launch local editor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was the typescript code updates tested? Going to pull this branch and make some suggested updates directly
There shouldn't be changes to the typescript code - sg on making the suggested updates directly! |
|
||
## Coming Soon | ||
|
||
- Local editor to iterate on your AIConfigs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we'd want to update README to include this?
- 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just confused that we don't want to advertise our local editor more?
[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.