scripts update
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.aider*
|
57
dev/continue-local-copilot.md
Normal file
57
dev/continue-local-copilot.md
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
config.json location:
|
||||||
|
win: C:\Users\popov\.continue\config.json
|
||||||
|
linux: ??
|
||||||
|
|
||||||
|
# example:
|
||||||
|
|
||||||
|
"tabAutocompleteModel": {
|
||||||
|
"title": "yi-coder:9b",
|
||||||
|
"provider": "ollama",
|
||||||
|
// "model": "stable-code:code",
|
||||||
|
// "model": "starcoder-3b"
|
||||||
|
"model": "yi-coder:9b",
|
||||||
|
// "apiBase": "https://ollama.d-popov.com"
|
||||||
|
"apiBase": "http://localhost:11434"
|
||||||
|
},
|
||||||
|
"allowAnonymousTelemetry": true,
|
||||||
|
"docs": []
|
||||||
|
,
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"title": "GPT-4 Vision (Free Trial)",
|
||||||
|
"provider": "free-trial",
|
||||||
|
"model": "gpt-4-vision-preview"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "GPT-3.5-Turbo (Free Trial)",
|
||||||
|
"provider": "free-trial",
|
||||||
|
"model": "gpt-3.5-turbo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Gemini Pro (Free Trial)",
|
||||||
|
"provider": "free-trial",
|
||||||
|
"model": "gemini-pro"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Codellama 70b (Free Trial)",
|
||||||
|
"provider": "free-trial",
|
||||||
|
"model": "codellama-70b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Mixtral (Free Trial)",
|
||||||
|
"provider": "free-trial",
|
||||||
|
"model": "mistral-8x7b"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Claude 3 Sonnet (Free Trial)",
|
||||||
|
"provider": "free-trial",
|
||||||
|
"model": "claude-3-sonnet-20240229"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "ollama> yi-coder:9b",
|
||||||
|
"provider": "ollama",
|
||||||
|
"model": "yi-coder:9b",
|
||||||
|
"apiBase": "https://ollama.d-popov.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
@ -1 +1,8 @@
|
|||||||
Update-Database -Script -StartupProjectName "GW.Web" -ProjectName GW.DomainModel
|
Update-Database -Script -StartupProjectName "GW.Web" -ProjectName GW.DomainModel
|
||||||
|
|
||||||
|
in VSCode:
|
||||||
|
dotnet tool restore
|
||||||
|
dotnet ef database update --startup-project GW.Web --project GW.DomainModel
|
||||||
|
dotnet ef database update --project "D:\PROJECTS\gatewayserver\GW.DomainModel\GW.DomainModel.csproj" --startup-project "D:\PROJECTS\gatewayserver\GW.Web\GW.Web.csproj" --msbuildprojectextensionspath bin\build_artifacts
|
||||||
|
|
||||||
|
trust certs: dotnet dev-certs https --trust
|
Reference in New Issue
Block a user