Skip to content

Commit

Permalink
removing dupes
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Apr 2, 2024
1 parent 87d890a commit b2100b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion agentops/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class LLMEvent(Event):
completion: str | object = None
completion_tokens: Optional[int] = None
model: Optional[Models | str] = None
model: Optional[Models | str] = None


@dataclass
Expand Down
1 change: 0 additions & 1 deletion agentops/llm_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def handle_stream_chunk(chunk: ChatCompletionChunk):
)

try:
# NOTE: prompt/completion usage not returned in response when streaming
# NOTE: prompt/completion usage not returned in response when streaming
model = chunk.model
choices = chunk.choices
Expand Down

0 comments on commit b2100b0

Please sign in to comment.