This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2025-02-11 12:46:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
0b57ab7303
zed
/
crates
/
ai
/
src
/
ai.rs
5 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
introduce ai crate with completion providers
2023-09-22 02:44:56 +00:00
pub
mod
completion
;
move embedding provider to ai crate
2023-09-22 13:33:59 +00:00
pub
mod
embedding
;
added openai language model tokenizer and LanguageModel trait
2023-10-17 20:21:03 +00:00
pub
mod
models
;
added initial template outline
2023-10-16 15:54:32 +00:00
pub
mod
templates
;
Reference in a new issue
Copy permalink