This file contains hidden or 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
| …/spendflow on development $ | |
| ❯ git pull | |
| Already up to date. | |
| …/spendflow on development $ | |
| ❯ docker compose -f docker-compose.dev.yml up --build | |
| [+] Building 35.4s (18/18) FINISHED | |
| => [internal] load local bake definitions 0.0s | |
| => => reading from stdin 570B |
This file contains hidden or 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
| { | |
| "description": "The settings in this file are persisted server-side. This file is generated automatically. Editing it is not recommended. Modify SettingsToPersist.json to specify which settings are persisted.", | |
| "files": [ | |
| { | |
| "name": "Game.cfg", | |
| "sections": [ | |
| { | |
| "name": "Accessibility", | |
| "settings": [ | |
| { |
This file contains hidden or 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
| import torch | |
| from diffusers import StableDiffusionPipeline | |
| import os | |
| from dotenv import load_dotenv | |
| # Load environment variables from local.env | |
| load_dotenv('local.env') | |
| token = os.getenv("HUGGINGFACE_HUB_TOKEN", None) | |
| if token is None: |
This file contains hidden or 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
| ## Informações adicionais - [Nome do Projeto/Modelo] | |
| ### Descrição: | |
| [Descreva brevemente o propósito do projeto/modelo e sua aplicação.] | |
| ### Inputs: | |
| - **Prompt Principal:** [Descreva o prompt principal que será usado para interagir com o modelo.] | |
| - **Controle de Estilo/Conteúdo:** [Se aplicável, descreva como os usuários podem controlar o estilo ou conteúdo da saída do modelo.] | |
| - **Parâmetros de Afinamento Fino (Fine-Tuning):** [Se o modelo foi afinado para uma tarefa específica, liste os parâmetros relevantes.] |
This file contains hidden or 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
| ### O que você gostaria que o ChatGPT soubesse sobre você para fornecer melhores respostas? | |
| #### Profissão/Papel: | |
| Descreva brevemente sua posição e responsabilidades atuais. | |
| #### Projetos/Desafios Atuais: | |
| Liste os projetos nos quais você está trabalhando atualmente e os desafios principais que está enfrentando. | |
| #### Interesses Específicos: | |
| Indique áreas ou tópicos de interesse especial, tanto profissionais quanto pessoais. |
This file contains hidden or 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
| {"name":"vscode-settings_6-14-23","settings":"{\"settings\":\"{\\r\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\r\\n \\\"window.commandCenter\\\": true,\\r\\n \\\"editor.inlineSuggest.enabled\\\": true,\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"*\\\": false,\\r\\n \\\"plaintext\\\": false,\\r\\n \\\"markdown\\\": false,\\r\\n \\\"scminput\\\": false,\\r\\n \\\"yaml\\\": false,\\r\\n \\\"html\\\": false\\r\\n },\\r\\n \\\"cSpell.language\\\": \\\"en,pt,pt-BR\\\",\\r\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\r\\n \\\"gitlens.views.commits.avatars\\\": false,\\r\\n \\\"gitlens.views.repositories.avatars\\\": false,\\r\\n \\\"codeium.enableConfig\\\": {\\r\\n \\\"*\\\": true\\r\\n },\\r\\n \\\"powermode.enabled\\\": true,\\r\\n \\\"powermode.combo.threshold\\\": 20,\\r\\n \\\"powermode.shake.intensity\\\": 1.6,\\r\\n \\\"gitlens.views.commitDetails.files.layout\\\": \\\"tree\\\",\\r\\ |