scripts update

This commit is contained in:
Dobromir Popov
2024-09-24 23:30:37 +03:00
parent 8c35f98b0d
commit 8fd4271400
3 changed files with 66 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.aider*

View 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"
}
],

View File

@ -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