Hegel AI is building open-source developer tools for large language models.
Everyone from software engineers to startup founders to researchers at Stanford use our tools to iterate faster when developing applications with LLMs.
Backed by:


Instruction
Check that the Python code is written correctly without any syntax errors
Outcome
Code is syntactically correct
Fibonacci sequence logic is accurate.
Overall performance: 4.5/5
Model Type
GPT-4
Prompt
1
def factorial(n):
2
if n == 0:
3
return 1
4
else:
5
return n * factorial(n-1)
6
# Prompt: Calculate the factorial of 5.
PromptTools is a set of open-source, self-hostable tools for experimenting with, testing, and evaluating LLMs, vector databases, and prompts.
The core idea is to enable developers to evaluate using familiar interfaces like code, notebooks,
and a local playground.
We provide integrations with many used APIs, including:
Integrations
LLMs
Vector DBs

Frameworks
🦜🔗