Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrip committed Jul 19, 2024
1 parent c74123f commit 2dc4460
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions result.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"""Main result class."""

import json
import logging
from pathlib import Path

class RequestResult:

def __init__(self, user_id, input_id):
Expand All @@ -23,7 +19,7 @@ class TextGenRequestResult(RequestResult):

def __init__(self, user_id, input_id, input_tokens):
"""Init method."""

self.user_id = user_id
self.input_id = input_id
self.input_tokens = input_tokens
self.output_text = None
Expand Down

0 comments on commit 2dc4460

Please sign in to comment.