Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Jul 25, 2024
1 parent 6c646c0 commit e0c2b67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ COPY /front .

ARG COMMIT_HASH
ARG NEXT_PUBLIC_VIZ_URL
RUN echo "In Dockerfile, NEXT_PUBLIC_VIZ_URL is: $NEXT_PUBLIC_VIZ_URL"

ENV NEXT_PUBLIC_COMMIT_HASH=$COMMIT_HASH
ENV NEXT_PUBLIC_VIZ_URL=$NEXT_PUBLIC_VIZ_URL
Expand Down
1 change: 0 additions & 1 deletion front/lib/api/assistant/generation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ export async function renderConversationForModelMultiActions({
promptToken: promptCount,
tokensUsed,
messageSelected: selected.length,
messages: JSON.stringify(selected, null, 2),
elapsed: Date.now() - now,
},
"[ASSISTANT_TRACE] renderConversationForModelMultiActions"
Expand Down

0 comments on commit e0c2b67

Please sign in to comment.