petercat-ai / petercat

A conversational Q&A agent configuration system, self-hosted deployment solutions, and a convenient all-in-one application SDK, allowing you to create intelligent Q&A bots for your GitHub repositories
https://petercat.ai
MIT License
594 stars 16 forks source link

fix: sovle the error in edit configration #485

Closed xingwanying closed 3 days ago

xingwanying commented 3 days ago

image

vercel[bot] commented 3 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 18, 2024 0:47am
petercat-assistant[bot] commented 3 days ago

Walkthrough

Este pull request corrige un error en la configuración de edición, principalmente actualizando referencias de "Peter Cat" a "PeterCat" en varios archivos de documentación y código. También introduce mejoras en el manejo de tokens y la configuración de bots en el código fuente.

Changes

Archivos Descripción
LICENSE, README.en-US.md, README.ja-JP.md, README.md, assistant/README.md, petercat_utils/README.md Actualización de "Peter Cat" a "PeterCat" en el contenido.
assistant/src/Assistant/index.md, assistant/src/Chat/index.tsx Mejora en el manejo de tokens y configuración de bots.
assistant/src/style.css, assistant/tailwind.css Ajustes de estilo para mejorar el formato de texto.
client/.kiwi/* Actualización de "Peter Cat" a "PeterCat" en varios archivos de localización.
client/app/* Actualización de "Peter Cat" a "PeterCat" en archivos de configuración y componentes de la aplicación.
server/agent/prompts/bot_builder.py Mejora en la generación de mensajes de bienvenida y preguntas iniciales para bots.
server/chat/router.py Refactorización menor para mejorar la legibilidad del código.
codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
server/chat/router.py 0.00% 4 Missing :warning:
Files with missing lines Coverage Δ
server/agent/prompts/bot_builder.py 57.14% <ø> (ø)
server/chat/router.py 67.56% <0.00%> (ø)

... and 1 file with indirect coverage changes