Earlier quoted context omitted.
- The API is extremely cheap - There are plenty of open source tools built on top if it (example list: https://github.com/heartly/awesome-writing-tools ) While I wish this work was open, they are both the best and cheapest option out there... by a mile.
This is exactly my problem. They are doing quite well, and closing the door behind them. Open AI isn't your friend and reserves the right to screw you down the line.
Function calling and other API updates
71–80 of 174 posts
Re: Function calling and other API updates
#72Earlier quoted context omitted.
I see this statement a lot and have no idea how people come to this conclusion. I have a beefy 16k$ workstation with 2 4090s and I could barely run the LLAMA 65B model at a very slow pace. Let us say we do have the model weights to GPT-4 and GPT3.5, me as the average consumer I don't know how this helps me in any way. I need to shell at least 25k (possibly much more for GPT-4) before I can run these models for even i…
An "average" person is not someone who knows how to call an API. Perhaps only on HN
Re: Function calling and other API updates
#73Re: Function calling and other API updates
#74Has anyone seen speed differences with the new gpt-3.5-turbo-0613 model? I've been testing for the past hour and I'm getting responses in about a quarter of the time.
Re: Function calling and other API updates
#75Has anyone seen speed differences with the new gpt-3.5-turbo-0613 model? I've been testing for the past hour and I'm getting responses in about a quarter of the time.
Re: Function calling and other API updates
#76It seems like there is no way to provide in context examples of calling functions, since they are now no longer just "assistant"-authored chat turns with text, but rather a distinct kind of output.
This can make it hard to demonstrate how to use functions effectively. I haven't played with this feature yet; maybe the model will somehow be able to leverage in context chat turn examples and use those to inform its function call outputs?
Re: Function calling and other API updates
#77Interesting to see this plugin-adjacent functionality landing in the chat API. It seems like there is no way to provide in context examples of calling functions, since they are now no longer just "assistant"-authored chat turns with text, but rather a distinct kind of output. This can make it hard to demonstrate how to use functions effectively. I haven't played with this feature yet; maybe the model will somehow be…
they also have a notebook with more examples:
https://github.com/openai/openai-cookbook/blob/main/examples...
Re: Function calling and other API updates
#78OpenAI continues to impress. Function calls will make working with JSON much easier, a current pain point. Dropping the price of embeddings and increasing context length means searching through your own content should become faster and more accurate. > $0.0015 per 1K input tokens and $0.002 per 1K output tokens, which equates to roughly 700 pages per dollar. This is such an incredible steal, especially when you consi…
Orca comes close or is better.
Good explainer here: https://www.youtube.com/watch?v=Dt_UNg7Mchg
Re: Function calling and other API updates
#79Interesting to see this plugin-adjacent functionality landing in the chat API. It seems like there is no way to provide in context examples of calling functions, since they are now no longer just "assistant"-authored chat turns with text, but rather a distinct kind of output. This can make it hard to demonstrate how to use functions effectively. I haven't played with this feature yet; maybe the model will somehow be…
https://platform.openai.com/docs/guides/gpt/function-calling they also have a notebook with more examples: https://github.com/openai/openai-cookbook/blob/main/examples...
Re: Function calling and other API updates
#80This seems like a direct result of Plugins not hitting PMF -- rather than give API developers access to Plugins, give them the underpinnings to build Plugin-like experiences. Love it!
(Can we please all lighten up on the acronyms a touch?)