this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set zed assistant

+7
+7
zed/settings.json
··· 23 23 "line_height": "standard", 24 24 "font_family": "Input Mono Condensed", 25 25 "font_size": 15 26 + }, 27 + "assistant": { 28 + "version": "1", 29 + "provider": { 30 + "default_model": "claude-3-opus-20240229", 31 + "name": "anthropic" 32 + } 26 33 } 27 34 }