mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 07:59:06 +00:00
Edited using Gemini code.
╭─────────────────────────────────────╮ │ │ │ Agent powering down. Goodbye! │ │ │ │ │ │ Cumulative Stats (2 Turns) │ │ │ │ Input Tokens 792,501 │ │ Output Tokens 12,280 │ │ Thoughts Tokens 5,295 │ │ ───────────────────────────────── │ │ Total Tokens 810,076 │ │ │ │ Total duration (API) 4m 17s │ │ Total duration (wall) 3h 40m 47s │ │ │ ╰─────────────────────────────────────╯
This commit is contained in:
parent
6fcf93ab5e
commit
885303b565
4 changed files with 220 additions and 12 deletions
|
@ -10,7 +10,9 @@
|
|||
|
||||
# Install dependencies
|
||||
RUN bun pm untrusted
|
||||
RUN bun install
|
||||
RUN bun install
|
||||
|
||||
RUN apt-get update && apt-get install -y postgresql-client
|
||||
|
||||
# Copy source files
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue