-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Melhorias de docs e inclusao de alguamas pequenas funcionalidades
- Loading branch information
Showing
6 changed files
with
331 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Provider OLLAMA | ||
|
||
# Configurações iniciais | ||
|
||
* Use Set-AiProvicer ollama URL | ||
Opcionalmente pode passar uma URL alternativa | ||
|
||
* Cofnigure um modelo padrão com Set-AiDefaultMode Nome. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Provider OLLAMA | ||
|
||
# Configurações iniciais | ||
|
||
* Use Set-AiProvider openai (é o padrão) | ||
Opcionalmente pode passar uma URL alternativa | ||
|
||
* Use Set-OpenaiToken |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# AI Providers | ||
|
||
O PowershAI foi projetado para se conectar com diferentes provedores de IA e permitir que você use uma interface padrão para interagir com os modelos de qualquer um deles. | ||
|
||
Porém, cada provider pode necessitar de um conjunto diferentes de ações e configurações. | ||
Essa seção documentação cada provider suportado pelo PowershAI! | ||
|
||
|Provider | Descrição | | ||
----------------|---------------------------| | ||
[openai] | Providers que usam a OpenAI ou são compatíveis com a API da OpenAI| | ||
[ollama] | Ollama, que você pode rodar na sua própria máquina| | ||
|
||
|
||
[openai]: OPENAI.md | ||
[ollama]: OLLAMA.md |
Binary file not shown.
Oops, something went wrong.