Skip to content

Commit aedfd1b

Browse files
committed
fix(gcp): update zone
1 parent 9ce3349 commit aedfd1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Flare AI Consensus is a Python-based backend. Follow these steps for manual setu
7474

7575
2. **Configure CL instance:**
7676
Configure your CL instance in `src/input.json`, including:
77+
7778
- **Models:** Specify each LLM's OpenRouter `id`, along with parameters like `max_tokens` and `temperature`.
7879
- **Aggregator Settings:** Define the aggregator model, additional context, aggregation prompt, and specify how aggregated responses are handled.
7980
- **Iterations:** Determine the number of iterations for the feedback loop.
@@ -174,7 +175,7 @@ Run the following command:
174175
```bash
175176
gcloud compute instances create $INSTANCE_NAME \
176177
--project=verifiable-ai-hackathon \
177-
--zone=us-central1-c \
178+
--zone=us-south1-a \
178179
--machine-type=n2d-standard-2 \
179180
--network-interface=network-tier=PREMIUM,nic-type=GVNIC,stack-type=IPV4_ONLY,subnet=default \
180181
--metadata=tee-image-reference=$TEE_IMAGE_REFERENCE,\

0 commit comments

Comments
 (0)