ZIm/crates/assistant/src
Toon Willems 9969d6c702
Fix: Missing token count for GPT-4o model. (bumps tiktoken-rs to v0.5.9) (#11893)
Fix: this makes sure we have token counts for the new GPT-4o model.

See: https://github.com/zurawiki/tiktoken-rs/releases/tag/v0.5.9 

Release Notes:

- Fix: Token count was missing for the new GPT-4o model.

(I believe this should go in a 0.136.x release)
2024-05-16 13:09:28 +02:00
..
ambient_context assistant: Factor RecentBuffersContext logic out of AssistantPanel (#11876) 2024-05-15 16:16:10 -04:00
completion_provider Fix: Missing token count for GPT-4o model. (bumps tiktoken-rs to v0.5.9) (#11893) 2024-05-16 13:09:28 +02:00
ambient_context.rs assistant: Factor RecentBuffersContext logic out of AssistantPanel (#11876) 2024-05-15 16:16:10 -04:00
assistant.rs assistant: Restructure ambient context in preparation for adding more (#11822) 2024-05-14 17:03:39 -04:00
assistant_panel.rs assistant: Factor RecentBuffersContext logic out of AssistantPanel (#11876) 2024-05-15 16:16:10 -04:00
assistant_settings.rs Add support for interacting with Claude in the assistant panel (#11798) 2024-05-14 15:57:52 +02:00
codegen.rs Report response latency and errors when using (inline) assistant (#11806) 2024-05-14 18:18:26 +02:00
completion_provider.rs Add support for interacting with Claude in the assistant panel (#11798) 2024-05-14 15:57:52 +02:00
prompts.rs Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00
saved_conversation.rs assistant2: Add new conversation button, that also saves the current conversation (#11522) 2024-05-07 18:16:48 -04:00
streaming_diff.rs Allow AI interactions to be proxied through Zed's server so you don't need an API key (#7367) 2024-03-19 19:22:26 +01:00