-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjac.toml
More file actions
40 lines (32 loc) · 775 Bytes
/
jac.toml
File metadata and controls
40 lines (32 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[project]
name = "jachacks-pitch-builder"
version = "0.1.0"
description = "Hackathon Pitch Builder — JacHacks agentic AI workshop"
entry-point = "main.jac"
[dependencies]
jac-mcp = "~=0.1"
[dependencies.npm]
react = "^18.2.0"
react-dom = "^18.2.0"
react-router-dom = "^6.22.0"
react-error-boundary = "^5.0.0"
react-hook-form = "^7.71.0"
zod = "^4.3.6"
"@hookform/resolvers" = "^5.2.2"
react-markdown = "^9.0.1"
[dependencies.npm.dev]
vite = "^6.4.1"
"@vitejs/plugin-react" = "^4.2.1"
typescript = "^5.3.3"
"@types/react" = "^18.2.0"
"@types/react-dom" = "^18.2.0"
[dev-dependencies]
watchdog = ">=3.0.0"
[serve]
base_route_app = "app"
[plugins.client]
[plugins.byllm.model]
default_model = "gpt-4o-mini"
[plugins.byllm.call_params]
temperature = 0.7
max_tokens = 0