$ llm \
--schema '{
"type": "object",
"properties": {
"customer": {
"type": "string",
"description": "Nombre del cliente"
},
"items": {
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| """ | |
| Este es un traductor jerigonzo en Python que hicimos con mi hija Ema, | |
| basado en su solucion del desafio de Pilas Bloques que ella implementΓ³ | |
| https://pilasbloques.program.ar/online/#/desafio/254 | |
| Ejemplo: | |
| $ python traductor_jerigonzo.py papi te quiero mucho | |
| papapipi tepe qupuipieperopo mupuchopo |
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
| # Nothing to see here ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| But, damn, it sure is a catchy rhythm. | |
| ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
Este bot de demostraciΓ³n usa python-telegram-bot para ofrecer una interacciΓ³n sencilla con mensajes de audio.
- Comando
/start: responde con un saludo para confirmar que el bot estΓ‘ disponible. - Comando
/audio: envΓa el archivoaudio.mp3ubicado junto abot.pycomo un adjunto reproducible. - RecepciΓ³n de audio o notas de voz: cada vez que llega un mensaje de voz o un archivo de audio, el bot lo guarda en
/tmpcon un nombre que incluye el ID del chat, el ID del mensaje y el identificador ΓΊnico del archivo, y responde confirmando la operaciΓ³n.
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
| # Nothing to see here ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| But, damn, it sure is a catchy rhythm. | |
| ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ |
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
| Chat de servicio al cliente | |
| more | |
| No hay mensajes anteriores | |
| image alt text | |
| Hola, estΓ‘s en el lugar adecuado para el servicio de atenciΓ³n al cliente. | |
| Your Image | |
| DEWALT 20V MAX Pruning Shears Garden Tool, Cordless, Bare Tool Only (DCPR320B) | |
| ΒΏEs esto con lo que necesitas ayuda? | |
| M | |
| No, tengo un problema diferente |
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 httpx | |
| from pyfiglet import Figlet | |
| from rich.console import Console | |
| from rich.text import Text | |
| def gradient(text, start=(255, 0, 0), end=(0, 255, 255)): | |
| lines = text.splitlines() | |
| width = max(len(line) for line in lines) | |
| grad = [( |
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 httpx | |
| from pyfiglet import Figlet | |
| from rich.console import Console | |
| from rich.text import Text | |
| def gradient(text, start=(255, 0, 0), end=(0, 255, 255)): | |
| lines = text.splitlines() | |
| width = max(len(line) for line in lines) | |
| grad = [( |
NewerOlder