Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the “torbo” class model not supported? #18

Open
zoeChen119 opened this issue Jan 24, 2024 · 0 comments
Open

Is the “torbo” class model not supported? #18

zoeChen119 opened this issue Jan 24, 2024 · 0 comments

Comments

@zoeChen119
Copy link

'text-davinci-002', 'text-davinci-003' have been deprecated, https://platform.openai.com/docs/deprecations.
in templates.py, only torbo model supported? It seems that 'text-davinci-002', 'text-davinci-003' cannot generate token?

def truncate_at_prob(self, low: float):
        assert self.has_tokens, 'not supported'

        if self.num_tokens <= 1:
            return self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant