File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 86
86
uri (>= 0.13.1 )
87
87
addressable (2.8.7 )
88
88
public_suffix (>= 2.0.2 , < 7.0 )
89
- ai-chat (0.2.1 )
89
+ ai-chat (0.2.3 )
90
90
base64 (> 0.1.1 )
91
91
json (~> 2.0 )
92
92
marcel (~> 1.0 )
96
96
tabulo
97
97
ast (2.4.2 )
98
98
awesome_print (1.9.2 )
99
- base64 (0.2 .0 )
99
+ base64 (0.3 .0 )
100
100
bcrypt (3.1.20 )
101
101
bcrypt_pbkdf (1.1.1 )
102
102
bcrypt_pbkdf (1.1.1-arm64-darwin )
139
139
ostruct
140
140
coderay (1.1.3 )
141
141
concurrent-ruby (1.3.5 )
142
- connection_pool (2.5.0 )
142
+ connection_pool (2.5.3 )
143
143
crack (1.0.0 )
144
144
bigdecimal
145
145
rexml
236
236
jbuilder (2.13.0 )
237
237
actionview (>= 5.0.0 )
238
238
activesupport (>= 5.0.0 )
239
- json (2.10 .2 )
239
+ json (2.13 .2 )
240
240
kamal (2.5.3 )
241
241
activesupport (>= 7.0 )
242
242
base64 (~> 0.2 )
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ def process_inputs
61
61
62
62
result = chat . generate!
63
63
64
- ap chat . generate!
65
-
64
+ ap result
65
+
66
66
@g_carbs = result . fetch ( "carbohydrates" )
67
67
@g_protein = result . fetch ( "protein" )
68
68
@g_fat = result . fetch ( "fat" )
You can’t perform that action at this time.
0 commit comments