Skip to content

d1y/tabby-agent-zed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabby in zed

image.png

First install Tabby and start server

brew install tabbyml/tabby/tabby

# My machine is M1 Pro, I running StarCoder-3B
# If the machine is poor, try using 1B?
# TODO: custom export port and host?
tabby serve --device metal --model StarCoder-3B

And edit config(tabby-agent): $HOME/.tabby-client/agent/config.toml

# https://tabby.tabbyml.com/docs/extensions/configurations
[server]
# I don't know why http://localhost:8080 doesn't work
# `curl http://localhost:8080/v1/health` in zed extension not work?
endpoint = "http://0.0.0.0:8080"

[logs]
level = "silent" #  "debug"

[anonymousUsageTracking]
disable = true # I don't want to be tracked

TODO

It seems that the suggestion did not take effect? this is VScode

image.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages