Skip to content

Commit

Permalink
more minor tweeks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Jun 1, 2024
1 parent 284dab3 commit 7711da5
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/code/getting-started/task-engine/vertex.cue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _gemini: {
@task(api.Call)

apikey: string
model: string | *"gemini-1.0-pro-002:generateContent"
model: string | *"gemini-1.5-pro-001:generateContent"
prompt: string | *"You are an assistant who is very concise when responding."
msg: string

Expand Down Expand Up @@ -77,9 +77,9 @@ _gemini: {
}

resp: {
body: _
body: {}
}
@print(resp.body)
// @print(resp.body)

// task-local ETL
final: {
Expand Down
17 changes: 6 additions & 11 deletions docs/content/the-walkthrough/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,16 @@ description: >
See all of hof's features in the process.
---

TODO: convert this to a simple version of topical source

{{<lead>}}
The Walkthrough will take you on a tour of hof's features.
You will build a generator for a full-stack application
with multiple services and languages, the bells and whistles,
The Walkthrough will take you on a tour of hof's features,
covering the end-to-end developer experience.
We will build a generator for a full-stack application
with multiple services and languages.
{{</lead>}}

We will building on several technologies and languages

- NextJS and Typescript for the application
- Strapi as a headless CMS
- Postgres, Redis, and Qdrant for storage
- LlamaIndex and Python for the chat server
- Dagger and Argo for CI
- Kind and Kubernetes for deployment
We will primarily be using using Go, JS, and SQL amongst other languages.

Each section will build on the previous
and introduce more of hof's concepts.
Expand Down
33 changes: 33 additions & 0 deletions docs/content/the-walkthrough/_index.md.next
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "The Walkthrough"
linkTitle: "The Walkthrough"
brief: "showing all of hof's features"
weight: 10
description: >
Create a code generator for a full-stack chat application.
See all of hof's features in the process.
---

{{<lead>}}
The Walkthrough will take you on a tour of hof's features.
You will build a generator for a full-stack application
with multiple services and languages, the bells and whistles,
covering the end-to-end developer experience.
{{</lead>}}

We will building on several technologies and languages

- NextJS and Typescript for the application
- Strapi as a headless CMS
- Postgres, Redis, and Qdrant for storage
- LlamaIndex and Python for the chat server
- Dagger and Argo for CI
- Kind and Kubernetes for deployment

Each section will build on the previous
and introduce more of hof's concepts.
By the end you'll see all of the parts needed
to create and use a __hof generator__.


{{<childpages childBriefs="true">}}

0 comments on commit 7711da5

Please sign in to comment.